Uses of Interface
com.cisco.pt.ipc.ui.PhysicalObject
Packages that use PhysicalObject
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of PhysicalObject in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return PhysicalObjectModifier and TypeMethodDescriptionIPCFactory.getChild(PhysicalObject physicalObject, String name) IPCFactory.getChildAt(PhysicalObject physicalObject, int index) IPCFactory.getChildByPath(PhysicalObject physicalObject, String path) IPCFactory.getCurrentPhysicalObject(Workspace workspace) IPCFactory.getParent(PhysicalObject physicalObject) IPCFactory.getPhyObjForDevName(GeoView geoView, String name) IPCFactory.getPhysicalObject(Device device) IPCFactory.getPhysicalObject(GeoIcon geoIcon) IPCFactory.getRootPhysicalObject(Workspace workspace) Methods in com.cisco.pt.ipc with parameters of type PhysicalObjectModifier and TypeMethodDescriptionIPCFactory.getChild(PhysicalObject physicalObject, String name) IPCFactory.getChildAt(PhysicalObject physicalObject, int index) IPCFactory.getChildByPath(PhysicalObject physicalObject, String path) IPCFactory.getDevice(PhysicalObject physicalObject) IPCFactory.getEnvironment(PhysicalObject physicalObject) IPCFactory.getParent(PhysicalObject physicalObject) -
Uses of PhysicalObject in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events declared as PhysicalObjectModifier and TypeFieldDescriptionPhysicalObjectEvent.DeviceMoved.fromWorkspaceEvent.CurrentPhysicalObjectChanged.newObjectWorkspaceEvent.PhysicalObjectMoved.newParentWorkspaceEvent.PhysicalObjectAdded.objectWorkspaceEvent.PhysicalObjectMoved.objectWorkspaceEvent.CurrentPhysicalObjectChanged.oldObjectPhysicalObjectEvent.DeviceMoved.toMethods in com.cisco.pt.ipc.events with parameters of type PhysicalObjectModifier and TypeMethodDescriptionvoidPhysicalObjectEventRegistry.addListener(PhysicalObjectEventListener listener, PhysicalObject objClass) voidPhysicalObjectEventRegistry.addSpecificListenerFiltered(PhysicalObjectEventListener listener, PhysicalObject objClass, List<String> events) voidPhysicalObjectEventRegistry.removeListener(PhysicalObjectEventListener listener, PhysicalObject objClass) voidPhysicalObjectEventRegistry.removeSpecificListenerFiltered(PhysicalObjectEventListener listener, PhysicalObject objClass, List<String> events) -
Uses of PhysicalObject in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return PhysicalObjectModifier and TypeMethodDescriptionDevice.getPhysicalObject()Information provided by the PKI file: -
Uses of PhysicalObject in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return PhysicalObjectModifier and TypeMethodDescriptionDeviceImpl.getPhysicalObject()Information provided by the PKI file: -
Uses of PhysicalObject in com.cisco.pt.ipc.ui
Methods in com.cisco.pt.ipc.ui that return PhysicalObjectModifier and TypeMethodDescriptionInformation provided by the PKI file:PhysicalObject.getChildAt(int index) Information provided by the PKI file:PhysicalObject.getChildByPath(String path) Information provided by the PKI file:Workspace.getCurrentPhysicalObject()Information provided by the PKI file:PhysicalObject.getParent()Information provided by the PKI file:GeoView.getPhyObjForDevName(String name) GeoIcon.getPhysicalObject()Information provided by the PKI file:Workspace.getRootPhysicalObject()Information provided by the PKI file: -
Uses of PhysicalObject in com.cisco.pt.ipc.ui.impl
Classes in com.cisco.pt.ipc.ui.impl that implement PhysicalObjectMethods in com.cisco.pt.ipc.ui.impl that return PhysicalObjectModifier and TypeMethodDescriptionInformation provided by the PKI file:PhysicalObjectImpl.getChildAt(int index) Information provided by the PKI file:PhysicalObjectImpl.getChildByPath(String path) Information provided by the PKI file:WorkspaceImpl.getCurrentPhysicalObject()Information provided by the PKI file:PhysicalObjectImpl.getParent()Information provided by the PKI file:GeoViewImpl.getPhyObjForDevName(String name) GeoIconImpl.getPhysicalObject()Information provided by the PKI file:WorkspaceImpl.getRootPhysicalObject()Information provided by the PKI file: